type go/types.target

9 uses

	go/types (current package)
		assignments.go#L264: 		var target *target
		call.go#L35: func (check *Checker) funcInst(T *target, pos token.Pos, x *operand, ix *indexedExpr, infer bool) ([]Type, []ast.Expr) {
		expr.go#L919: type target struct {
		expr.go#L926: func newTarget(typ Type, desc string) *target {
		expr.go#L929: 			return &target{sig, desc}
		expr.go#L942: func (check *Checker) rawExpr(T *target, x *operand, e ast.Expr, hint Type, allowGeneric bool) exprKind {
		expr.go#L966: func (check *Checker) nonGeneric(T *target, x *operand) {
		expr.go#L995: func (check *Checker) exprInternal(T *target, x *operand, e ast.Expr, hint Type) exprKind {
		expr.go#L1226: func (check *Checker) expr(T *target, x *operand, e ast.Expr) {